home *** CD-ROM | disk | FTP | other *** search
/ The Epic Interactive Encyclopedia 1998 / Epic Interactive Encyclopedia, The - 1998 Edition (1998)(Epic Marketing).iso / B / Binary_number_system / INFOTEXT < prev   
Text File  |  1992-09-03  |  663b  |  17 lines

  1. Binary number system, or binary number code A
  2. system of numbers to base 2 using
  3. combinations of the two digits 1 and 0.
  4. Binary numbers play a key role in digital
  5. computers, where they form the basis of the
  6. internal coding of information, the values of
  7. bits (short for `binary digits') being
  8. represented as on/off (1 and 0) states of
  9. switches and high/low voltages in circuits.
  10. The value of any position in a binary number
  11. increases by powers of 2 (doubles) with each
  12. move from right to left (1, 2, 4, 8, 16, and
  13. so on). For example, 1011 in the binary
  14. number system means (1 x 8) + (0 x 4) + (1 x
  15. 2) + (1 x 1), which adds up to 11 in the
  16. everyday decimal system.
  17.